ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BaseLineAxisView<TCoordinateSystemView> Class / _getTitleHeight Method

In This Topic
    _getTitleHeight Method (_BaseLineAxisView<TCoordinateSystemView>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _getTitleHeight( _
       ByVal render As IRender, _
       Optional ByVal suggestedSize As ISize _
    ) As Double
    public double _getTitleHeight( 
       IRender render,
       ISize suggestedSize
    )

    Parameters

    render
    suggestedSize
    See Also